Int16NINumericInt16NLogicalOr Method
            Computes the bitwise logical OR of the current value and the specified value.
            
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.LogicalOr(
	Int16N value
)
Private Function LogicalOr ( 
	value As Int16N
) As Int16N Implements INumeric(Of Int16N).LogicalOr
private:
virtual Int16N LogicalOr(
	Int16N value
) sealed = INumeric<Int16N>::LogicalOr
private abstract LogicalOr : 
        value : Int16N -> Int16N 
private override LogicalOr : 
        value : Int16N -> Int16N 
- value  Int16N
- The value with which to compute the logical bitwise OR.
Int16NThe bitwise logical OR of the current value and 
value.
INumericTSelfLogicalOr(TSelf)